home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 May / maximum-cd-2009-05.iso / DiscContents / Firefox Setup 3.0.6.exe / nonlocalized / chrome / browser.jar / content / browser / browser.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-04-09  |  2.3 KB  |  85 lines

  1. searchbar {
  2.   -moz-binding: url("chrome://browser/content/search/search.xml#searchbar");
  3. }
  4.  
  5. tabbrowser {
  6.   -moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser");
  7. }
  8.  
  9. toolbar[printpreview="true"] {
  10.   -moz-binding: url("chrome://global/content/printPreviewBindings.xml#printpreviewtoolbar");
  11. }
  12.  
  13. /* ::::: location bar ::::: */
  14. #urlbar {
  15.   -moz-binding: url(chrome://browser/content/urlbarBindings.xml#urlbar);
  16. }
  17.  
  18. #PopupAutoComplete {
  19.   -moz-binding: url("chrome://browser/content/urlbarBindings.xml#browser-autocomplete-result-popup");
  20. }
  21.  
  22. #PopupAutoCompleteRichResult {
  23.   -moz-binding: url("chrome://browser/content/urlbarBindings.xml#urlbar-rich-result-popup");
  24. }
  25.  
  26. #urlbar-throbber:not([busy="true"]),
  27. #urlbar-throbber[busy="true"] + #page-proxy-favicon {
  28.   display: none;
  29.  
  30. /* ::::: Unified Back-/Forward Button ::::: */
  31. #back-forward-dropmarker > image ,
  32. #back-forward-dropmarker > label {
  33.   display: none;
  34. }
  35. .unified-nav-current {
  36.   font-weight: bold;
  37. }
  38.  
  39. menuitem.spell-suggestion {
  40.   font-weight: bold;
  41. }
  42.  
  43. #sidebar-box toolbarbutton.tabs-closebutton {
  44.   -moz-user-focus: normal;
  45. }
  46.  
  47. /* apply Fitts' law to the notification bar's close button */
  48. window[sizemode="maximized"] #content .notification-inner {
  49.   border-right: 0px !important;
  50. }
  51.  
  52. /* Hide extension toolbars that neglected to set the proper class */
  53. window[chromehidden~="location"][chromehidden~="toolbar"] toolbar:not(.chromeclass-menubar),
  54. window[chromehidden~="toolbar"] toolbar:not(.toolbar-primary):not(.chromeclass-menubar) {
  55.   display: none;
  56. }
  57.  
  58. #navigator-toolbox ,
  59. #status-bar ,
  60. #mainPopupSet {
  61.   min-width: 1px;
  62. }
  63.  
  64. /* Identity UI */
  65. #identity-popup-content-box.unknownIdentity > #identity-popup-connectedToLabel ,
  66. #identity-popup-content-box.unknownIdentity > #identity-popup-runByLabel ,
  67. #identity-popup-content-box.unknownIdentity > #identity-popup-content-host ,
  68. #identity-popup-content-box.unknownIdentity > #identity-popup-content-owner ,
  69. #identity-popup-content-box.verifiedIdentity > #identity-popup-connectedToLabel2 ,
  70. #identity-popup-content-box.verifiedDomain > #identity-popup-connectedToLabel2 {
  71.   display: none;
  72. }
  73.  
  74. /* ::::: Fullscreen pseudo-toolbar ::::: */
  75. #fullscr-toggler {
  76.   display: none;
  77.   min-height: 5px;
  78.   height: 5px;
  79. }
  80.  
  81. #navigator-toolbox[inFullscreen="true"] #fullscr-toggler {
  82.   display: -moz-box;
  83. }
  84.